Skip to content

micropython/uaiohttpclient: Add ssl support.#724

Closed
Carglglz wants to merge 1 commit into
micropython:masterfrom
Carglglz:aiohttp-tls
Closed

micropython/uaiohttpclient: Add ssl support.#724
Carglglz wants to merge 1 commit into
micropython:masterfrom
Carglglz:aiohttp-tls

Conversation

@Carglglz

@Carglglz Carglglz commented Sep 5, 2023

Copy link
Copy Markdown
Contributor

Add ssl support for uaiohttpclient compatible with SSLContext from:

@Carglglz Carglglz force-pushed the aiohttp-tls branch 2 times, most recently from 7a30494 to eef5c29 Compare October 17, 2023 21:02
Add ssl support and SSLContext support with ClientSession

Signed-off-by: Carlos Gil <carlosgilglez@gmail.com>
@ned-pcs

ned-pcs commented Oct 18, 2023

Copy link
Copy Markdown

@Carglglz How does one do a POST or PUT with a body?

@Carglglz

Carglglz commented Oct 19, 2023

Copy link
Copy Markdown
Contributor Author

@Carglglz How does one do a POST or PUT with a body?

I haven't implemented those yet, the main goal of this PR is to add SSL support to the existing aiohttpclient. But I guess if there is interest I could implement those methods in a separate PR following this one. 👍🏼

[EDIT]
@ned-pcs see #752

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants